home *** CD-ROM | disk | FTP | other *** search
- Notes on the DOS version of Lucifer
- -------------------------------------
-
- The file cwsdpmi.exe is *needed* or Lucifer will not run at all.
-
- If possible boot clean without any memory managers loaded. Also if possible
- don't run Lucifer under Win95. The DPMI Win95 provides won't let Lucifer
- use (test) more then 32 megs of memory.
-
- What would be best though is to just use Linux. ;) Strangly enough it seems
- to work better then dos.
-
- If you want the source code get Lucifer for Linux from sunsite.unc.edu I
- figured few dos users would want the source code.
-
- Notes on how this version of Lucifer was compiled
- ---------------------------------------------------
-
- In main.c #include <sys/signal.h> was changed to #include <signal.h> After
- compilation the .exe file was stripped with strip lucifer.exe And
- cwsdpmi.exe was changed to not use any virtual memory with cwsparam
-
- Other then those minor changes nothing is different between the dos and
- Linux versions of Lucifer.
-